-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UT adjust test SPARK-26677: negated null-safe equality comparison #11522
UT adjust test SPARK-26677: negated null-safe equality comparison #11522
Conversation
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update the status in RapidsTestSettings
for this case?
Signed-off-by: fejiang <[email protected]>
Signed-off-by: fejiang <[email protected]>
build |
@@ -19,9 +19,36 @@ | |||
spark-rapids-shim-json-lines ***/ | |||
package org.apache.spark.sql.rapids.suites | |||
|
|||
import com.nvidia.spark.rapids.GpuFilterExec | |||
|
|||
import org.apache.spark.sql.DataFrame | |||
import org.apache.spark.sql.execution.datasources.parquet.ParquetQuerySuite | |||
import org.apache.spark.sql.rapids.utils.RapidsSQLTestsBaseTrait | |||
|
|||
class RapidsParquetQuerySuite | |||
extends ParquetQuerySuite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should the extends
and with
be in the same indent level?
Signed-off-by: fejiang <[email protected]>
build |
3 similar comments
build |
build |
build |
This pr is for adjusting a test case that causes failure becuase it fetches the CPU version of Execution Plan instead of the GPU version.